home *** CD-ROM | disk | FTP | other *** search
/ Amiga Developer CD 2.1 / Amiga Developer CD v2.1.iso / CD32 / CD32_Support / examples / cdgsxl / ReadME < prev    next >
Encoding:
Text File  |  1993-10-15  |  2.1 KB  |  63 lines

  1.                           cdgsxl CDXL player
  2.                           Wayne D. Lutz 1993
  3.  
  4.  
  5. CDGSXL is an executable which plays CDXL files giving the user several 
  6. options to choose from.  The simplest invocation of it is:
  7.  
  8. > cdgsxl cd0:xlfile.xl
  9.  
  10. Its template is as follows:
  11.  
  12. FROM/A,X/K/N,Y/K/N,VOL/K/N,VIEW/S,BLIT/S,BACK/K,MULTIPAL/S,XLSPEED/K/N,
  13.  XLEEC/S,XLPAL/S,LACE/S,NONLACE/S,HIRES/S,LORES/S,BOXIT/S,SDBL/S,NTSC/S,
  14.  PAL/S,DEFMON/S,NOPOINTER/S,XLMODEID/S,ENDDELAY/K/N,LOOP/K/N,CDXL/S,
  15.  DOSXL/S,NOPROMOTE/S,LMBABORT/S,RMBABORT/S,FIREABORT/S,MSGPORTNAME/K,
  16.  HAM/S,NONHAM/S,EHB/S,NONEHB/S,PATCHOPENWB/S:
  17.  
  18.  
  19. See docs for further info.
  20.  
  21.  
  22. The following source/includes and .o files and docs are included:
  23.  
  24.      doc (dir)
  25.        AudioCDXL.doc                    cdgsxl.doc
  26.        RunCDXL.doc                      
  27.  
  28.      Include (dir)
  29.           iffp (dir)
  30.             compiler.h                       debug.h
  31.             iff.h                            iffpstrings.h
  32.             ilbm.h                           ilbmapp.h
  33.  
  34.           cdxl (dir)
  35.             asyncXL.h                        cdxlob.h
  36.             debugsoff.h                      debugson.h
  37.             pan.h                            runcdxl.h
  38.             runcdxl_protos.h                 xlm.h
  39.  
  40.      IFFP (dir)
  41.        iffpstrings.o                    ilbmr.o
  42.        parse.o                          unpacker.o
  43.  
  44.   AsyncXLFile.c                    AudioCDXL.c
  45.   Buttons.a                        cdgsxl
  46.   cdgsxl.c                         cdgsxl_rev.h
  47.   cdgsxl_rev.i                     cdgsxl_rev.rev
  48.   CopRoutine.a                     Display.c
  49.   ILBMSupport.c                    ILBMSupport.o
  50.   Legal.txt                        ReadME
  51.   RunCDXL.c                       smakefile
  52.  
  53. The directory IFFP contains SASC .o files compiled from the source
  54. found in the NewIFF39.lzh archive which was distributed on the 1993
  55. DevCon disks. If you a compiler other that SASC 6.x, you may need to
  56. recompile these .c files.
  57.  
  58.  
  59. Any comments/suggestions/bug-reports are welcome. Please send these to 
  60. the CIX account cats_tech, or the BIX account wlutz.
  61.  
  62.  W.D.L
  63.